home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / devinfo / recplay.exe / READ.ME < prev    next >
Encoding:
Text File  |  1996-01-25  |  1.1 KB  |  27 lines

  1. This file is to demonstrate how to record and play simultaneously using
  2. two Sound Blaster (or later) cards.  The program create a delay by playing 
  3. back from a file about 1 second after the recording of that file started.
  4.  
  5. This zip file contains:
  6.  
  7. DELAY.C     Delay program for two Sound Blasters.
  8. DELAY.EXE
  9. SBDEFS.H    Header files for compilation.
  10. MYDEFS.H
  11.  
  12. DELAY does an 8-bit recording to disk.  Approximately one second after the
  13. recording was started, the playback starts from the same file.  After you
  14. run this program, you might want to delete the DELAY.RAW recording file.
  15.  
  16. BEFORE RUNNING DELAY.EXE:
  17. You should already have a BLASTER environment variable for your primary
  18. card (e.g. BLASTER=A220 I5 D1 T3).  Make a BLASTER2 environment variable
  19. that specifies the configuration of the second Sound Blaster card (e.g.
  20. BLASTER2=A240 I7 D3 T3).  The two cards must be configured for different
  21. I/O port addresses, different IRQ numbers, and different DMA channels.  The
  22. primary card (BLASTER) does the recording.  The secondary (BLASTER2) does
  23. the playback.
  24.  
  25. Make sure the microphone recording level on the primary card is turned up.
  26.  
  27.